Update filename in "please read" message.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 24 Apr 2004 02:27:00 +0000 (02:27 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 24 Apr 2004 02:27:00 +0000 (02:27 +0000)
autogen.sh

index 89d6b9c4378abce057a6cf5e4e35581f031affef..0fe7ef32fc2906feb0ca3fbf4df45f31e0ebdc3a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-echo "Please read INSTALL-CVS for instructions on how to build Emacs from CVS."
+echo "Please read INSTALL.CVS for instructions on how to build Emacs from CVS."
 
 # Exit with failure, since people may have generic build scripts that
 # try things like "autogen.sh && ./configure && make".